home *** CD-ROM | disk | FTP | other *** search
- Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
- From: dewar@cs.nyu.edu (Robert Dewar)
- Newsgroups: comp.lang.ada,comp.lang.c++
- Subject: Re: on OO differnces between Ada95 and C++
- Date: 21 Feb 1996 07:32:18 -0500
- Organization: Courant Institute of Mathematical Sciences
- Message-ID: <dewar.824905880@schonberg>
- References: <4gbq7q$g08@qualcomm.com> <3129F185.41C6@Rational.COM>
- NNTP-Posting-Host: schonberg.cs.nyu.edu
- X-Newsreader: NN version 6.5.0 (NOV)
-
- In Jerome's list, the two entries:
-
- - .C files may be compiled in any order
-
- - .h files are not compiled
-
-
- As GNAT shows, there is no need to have a specific order of compilation
- for Ada files, and GNAT does not require specs to be explicitly copiled
- (although it permits it, which is the way I would state the advantage).
-
-